home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DBEdit.pas' rev: 3.00
-
- #ifndef DBEditHPP
- #define DBEditHPP
- #include <DBTables.hpp>
- #include <Db.hpp>
- #include <StdCtrls.hpp>
- #include <Buttons.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dbedit
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TDBEditForm;
- class PASCALIMPLEMENTATION TDBEditForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TGroupBox* GroupBox1;
- Stdctrls::TLabel* Label4;
- Stdctrls::TEdit* DatabaseName;
- Stdctrls::TLabel* Label1;
- Stdctrls::TComboBox* AliasName;
- Stdctrls::TLabel* Label2;
- Stdctrls::TComboBox* DriverName;
- Stdctrls::TLabel* Label3;
- Stdctrls::TMemo* DatabaseParams;
- Stdctrls::TButton* DefaultsButton;
- Stdctrls::TButton* ClearButton;
- Stdctrls::TGroupBox* GroupBox3;
- Stdctrls::TCheckBox* LoginPrompt;
- Stdctrls::TCheckBox* KeepConnection;
- Stdctrls::TButton* OkButton;
- Stdctrls::TButton* CancelButton;
- Stdctrls::TButton* HelpButton;
- void __fastcall AliasNameChange(System::TObject* Sender);
- void __fastcall AliasNameDropDown(System::TObject* Sender);
- void __fastcall DriverNameChange(System::TObject* Sender);
- void __fastcall DriverNameDropDown(System::TObject* Sender);
- void __fastcall DefaultsButtonClick(System::TObject* Sender);
- void __fastcall ClearButtonClick(System::TObject* Sender);
- void __fastcall OkButtonClick(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall HelpButtonClick(System::TObject* Sender);
-
- private:
- Dbtables::TDatabase* Database;
- bool __fastcall Edit(void);
- public:
- /* TCustomForm.Create */ __fastcall virtual TDBEditForm(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TDBEditForm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TDBEditForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TDBEditForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE bool __fastcall EditDatabase(Dbtables::TDatabase* ADatabase);
-
- } /* namespace Dbedit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBEdit
-